home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / gamgraph / minitris.zip / Setup.exe / 0 / RCDATA / THELPERFORM / THELPERFORM.txt
Text File  |  1996-12-22  |  2KB  |  129 lines

  1. object HelperForm: THelperForm
  2.   Left = 671
  3.   Top = 431
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'UCI Installer'
  7.   ClientHeight = 207
  8.   ClientWidth = 323
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 17
  20.     Width = 67
  21.     Height = 13
  22.     Caption = 'Win Directory:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 44
  27.     Width = 88
  28.     Height = 13
  29.     Caption = 'Desktop Directory:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 16
  33.     Top = 71
  34.     Width = 100
  35.     Height = 13
  36.     Caption = 'Start Menu Directory:'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 16
  40.     Top = 97
  41.     Width = 117
  42.     Height = 13
  43.     Caption = 'Start Programs Directory:'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 16
  47.     Top = 124
  48.     Width = 104
  49.     Height = 13
  50.     Caption = 'Win System Directory:'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 16
  54.     Top = 151
  55.     Width = 92
  56.     Height = 13
  57.     Caption = 'Programs Directory:'
  58.   end
  59.   object Button1: TButton
  60.     Left = 240
  61.     Top = 176
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Continue'
  65.     TabOrder = 0
  66.     OnClick = Button1Click
  67.   end
  68.   object Edit1: TEdit
  69.     Left = 134
  70.     Top = 15
  71.     Width = 180
  72.     Height = 21
  73.     Color = clBtnFace
  74.     ReadOnly = True
  75.     TabOrder = 1
  76.     Text = 'Edit1'
  77.   end
  78.   object Edit2: TEdit
  79.     Left = 134
  80.     Top = 41
  81.     Width = 180
  82.     Height = 21
  83.     Color = clBtnFace
  84.     ReadOnly = True
  85.     TabOrder = 2
  86.     Text = 'Edit1'
  87.   end
  88.   object Edit3: TEdit
  89.     Left = 134
  90.     Top = 67
  91.     Width = 180
  92.     Height = 21
  93.     Color = clBtnFace
  94.     ReadOnly = True
  95.     TabOrder = 3
  96.     Text = 'Edit1'
  97.   end
  98.   object Edit4: TEdit
  99.     Left = 134
  100.     Top = 94
  101.     Width = 180
  102.     Height = 21
  103.     Color = clBtnFace
  104.     ReadOnly = True
  105.     TabOrder = 4
  106.     Text = 'Edit1'
  107.   end
  108.   object Edit5: TEdit
  109.     Left = 134
  110.     Top = 120
  111.     Width = 180
  112.     Height = 21
  113.     Color = clBtnFace
  114.     ReadOnly = True
  115.     TabOrder = 5
  116.     Text = 'Edit1'
  117.   end
  118.   object Edit6: TEdit
  119.     Left = 134
  120.     Top = 146
  121.     Width = 180
  122.     Height = 21
  123.     Color = clBtnFace
  124.     ReadOnly = True
  125.     TabOrder = 6
  126.     Text = 'Edit1'
  127.   end
  128. end
  129.